Câu ví dụ
- A good example of this is concurrent computing with JS.
Một ví dụ điển hình của việc này đó là tính toán đồng thời (concurrent computing) với JS. - JS best practices for concurrent computing went from a concurrency API (using event-based callbacks), to the devolopment of promises, to the coming support for async generators.
JS trở nên tốt nhất cho tính toán đồng thời đến từ một concurrency API (sử dụng các event-based callback), phát triển các promise, để hỗ trợ cho các async generator.